home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / lik32125.zip / LIKSE32.EXE / 0 / RCDATA / TFM_DIRBTN / TFM_DIRBTN.txt
Text File  |  1996-10-22  |  2KB  |  109 lines

  1. object FM_DirBtn: TFM_DirBtn
  2.   Left = 136
  3.   Top = 255
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Buttons Maintenace'
  7.   ClientHeight = 156
  8.   ClientWidth = 593
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object PA_DIRBTN: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 593
  21.     Height = 35
  22.     Align = alTop
  23.     TabOrder = 0
  24.   end
  25.   object Panel2: TPanel
  26.     Left = 0
  27.     Top = 35
  28.     Width = 593
  29.     Height = 121
  30.     Align = alClient
  31.     TabOrder = 1
  32.     object Label1: TLabel
  33.       Left = 8
  34.       Top = 48
  35.       Width = 49
  36.       Height = 13
  37.       Caption = '&HTML File'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 8
  41.       Top = 16
  42.       Width = 36
  43.       Height = 13
  44.       Caption = '&Caption'
  45.     end
  46.     object ED_HTML: TEdit
  47.       Left = 80
  48.       Top = 44
  49.       Width = 441
  50.       Height = 21
  51.       TabOrder = 1
  52.     end
  53.     object BitBtn1: TBitBtn
  54.       Left = 328
  55.       Top = 80
  56.       Width = 89
  57.       Height = 25
  58.       Caption = '&Close'
  59.       ModalResult = 8
  60.       TabOrder = 4
  61.       NumGlyphs = 2
  62.     end
  63.     object ED_Capt: TEdit
  64.       Left = 80
  65.       Top = 12
  66.       Width = 185
  67.       Height = 21
  68.       TabOrder = 0
  69.     end
  70.     object Button1: TButton
  71.       Left = 528
  72.       Top = 43
  73.       Width = 52
  74.       Height = 22
  75.       Caption = '&Browse'
  76.       TabOrder = 2
  77.       OnClick = Button1Click
  78.     end
  79.     object BT_APPLY: TButton
  80.       Left = 232
  81.       Top = 80
  82.       Width = 89
  83.       Height = 25
  84.       Caption = '&Apply'
  85.       TabOrder = 3
  86.       OnClick = BT_ApplyClick
  87.     end
  88.     object CHK_LOCAL: TCheckBox
  89.       Left = 80
  90.       Top = 72
  91.       Width = 137
  92.       Height = 17
  93.       Hint = 
  94.         'If checked, always looking for the file in the program'#39's running' +
  95.         ' directory'
  96.       Caption = 'In &Executable'#39's Directory'
  97.       ParentShowHint = False
  98.       ShowHint = True
  99.       TabOrder = 5
  100.     end
  101.   end
  102.   object OpenDialog1: TOpenDialog
  103.     DefaultExt = 'HTM'
  104.     Filter = 'HTM Files|*.HTM|HTML Files|*.HTML|All Files|*.*'
  105.     Left = 360
  106.     Top = 40
  107.   end
  108. end
  109.